div#container
{
	width: 970px;
	margin: 0 auto;
}
div#header
{
	height: 234px;
	width: 970px;
	background-image: url("images/logo.png");
}
div#header #logo
{
	position: relative;
	left: 0 px;
	top: 0 px;
}
div#body
{
	background-image: url("images/bodybg.png");
	background-repeat: repeat-y;
	background-color: #f2fbff;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: 0px;
	width: 890px;
}
div#menubar
{
	width: 890px;
	height: 60px;
	background-color: #6fc4e7;
	background-image: url("images/menubarbg.png");
}
div#menubar a img
{
	vertical-align: middle;
}

img.alignright
{
	float: right;
}

div.button
{
	width: 140px;
	height: 60px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}
div.button a
{
	font-family: leelawadee;
	line-height: 50px;
	font-size: 18px;
	color: #035272;
	text-decoration: none;
}
div.button a:hover
{
	color: #801a1a;
}
div.split
{
	width: 10px;
	height: 60px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url("images/split.png");
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
div#content
{
	background-color: #58b9e1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}

div#content a
{
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;	
}

div#content a:hover
{
	text-decoration: underline;
}

div#menubarareabottom
{
	width: 890px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	background-image: url("images/menubarareabottom.png");
}
div#footer
{
	background-color: #1a5c80;
	background-image: url("images/footerbg.png");
	width: 970px;
	height: 20px;
}
body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1a5c80;
	background-image: url("images/headerbg.png");
	background-repeat: repeat-x; 
	font-family: arial;
	font-size: 13px;
	color: #0f0f0f;
	line-height: 20px;	
}

div#content div#contentFooter p
{
	font-style: italic;
	font-size: 10px;
	color: #808080;
}

div#content h1
{
	font-size: 32px;
	color: #0f0f0f;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
div#welcome h1
{
	font-family: georgia;
	font-size: 32px;
	color: #ff5a00;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

div#content p
{
}
